app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(if, app2(p, x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(sub, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(sub, y)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(if, app2(app2(gtr, x), y)), false)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(if, app2(app2(gtr, x), y))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(cons, x), app2(app2(filter, p), xs))
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(sub, y), x)
APP2(len, app2(app2(cons, x), xs)) -> APP2(s, app2(len, xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs)))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(if, app2(p, x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(sub, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(sub, y)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(if, app2(app2(gtr, x), y)), false)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(if, app2(app2(gtr, x), y))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(cons, x), app2(app2(filter, p), xs))
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(sub, y), x)
APP2(len, app2(app2(cons, x), xs)) -> APP2(s, app2(len, xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs)))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
POL( APP2(x1, x2) ) = max{0, x2 - 1}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( cons ) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
POL( APP2(x1, x2) ) = max{0, x2 - 1}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( s ) = 1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
POL( APP2(x1, x2) ) = max{0, x2 - 1}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( s ) = 1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
POL( APP2(x1, x2) ) = max{0, x2 - 1}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( cons ) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))